Skip to content

chore(codex): 升级 CLI 至 0.153.2 - #13

Open
kot4ri wants to merge 1 commit into
LimLLL:mainfrom
kot4ri:chore/codex-cli-0.153.2
Open

chore(codex): 升级 CLI 至 0.153.2#13
kot4ri wants to merge 1 commit into
LimLLL:mainfrom
kot4ri:chore/codex-cli-0.153.2

Conversation

@kot4ri

@kot4ri kot4ri commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

改动说明 / What changed

将 Codex CLI 从 0.152.1 升级至最新稳定版 0.153.2,并按协议迁移流程逐项比对生成 schema:

  • 同步 package、Docker、工作流及文档中的 CLI 版本;
  • 更新 rust-v0.153.2 的 App Server vendored README;
  • 补齐 Thread.model / Thread.reasoningEffort OpenAPI 元数据;
  • 保留并展示 agentMessage.questions 异步结构化提问;
  • 根据真实 model/list 响应支持 max / ultra 推理强度;
  • 重新生成前端 SDK并补充协议/normalizer 回归测试。

未接入本次新增但当前 WebUI 不依赖的 plugin/reconcileAppsConfig.links,已记录到 remaining tasks。

关联 issue / Related issues

Closes #12

改动类型 / Type of change

  • Bug 修复 / Bug fix
  • 新功能 / New feature
  • 重构,不改变外部行为 / Refactor with no behaviour change
  • 文档 / Documentation
  • 构建、CI、部署 / Build, CI or deployment

验证 / Verification

  • pnpm lint 通过 / passes
  • pnpm test 通过 / passes(34 files,295 tests)
  • cd web && pnpm test 通过 / passes(8 files,72 tests)
  • 手动验证过受影响的界面 / Manually verified the affected UI

额外验证:

  • 后端与前端 production build 通过;
  • 0.153.2 App Server initializemodel/listthread/list 冒烟测试通过;
  • model/list 实测包含 max / ultra

检查项 / Checklist

  • 改动范围收敛在本 PR 的目标内,没有夹带无关修改 / Scope is limited to this PR's goal, no unrelated changes
  • 未修改数据库 schema,无需迁移 / No database schema change
  • 改了后端接口,已重新生成前端 SDK / Regenerated the frontend SDK
  • 没有新增 UI 文案,无需 i18n 条目 / No new UI copy requiring i18n
  • 已同步更新受影响的 docs/ 文档 / Updated the affected docs under docs/

补充信息 / Additional notes

异步问题的选项当前按 App Server 语义作为建议项只读展示;用户仍通过普通新消息自由回复,不与会阻塞 turn 的同步 item/tool/requestUserInput 流程混用。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

适配 Codex CLI 0.153.2 协议变更

1 participant